Annotation Interface ClassOption
@OptionDetailAnnotation(applicableTo={})
@Documented
@Retention(RUNTIME)
@Target({FIELD,METHOD})
public @interface ClassOption
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]This field provides optional package prefixes that can be added to the specified class name.
-
Element Details
-
packagePrefix
String[] packagePrefixThis field provides optional package prefixes that can be added to the specified class name. First the specified class name is tried without any prefix, and then with each prefix in the given order. The result is the first class that is found.- Default:
- {""}
-