@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AutoDiscover
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
type
A type name to bind to the annotated class
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends StageAssistFactory> |
factory
Deprecated.
|
public abstract java.lang.String type
@Deprecated public abstract java.lang.Class<? extends StageAssistFactory> factory