Annotation Interface CommandParserFactory
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@AvailableSince("0.0.30")
public @interface CommandParserFactory
Annotations should be annotated with this annotation to specify their underlying factory impl
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends ParserFactory> value- Returns:
- Parser factory implementation associated with the annotated class
-
scope
Scope scope- Returns:
- The scope of the parser to be created
- See Also:
- Default:
VARIANT
-