Annotation Type ClassOption
-
@OptionDetailAnnotation(applicableTo={}) @Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ClassOption
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
packagePrefix
This field provides optional package prefixes that can be added to the specified class name.
-
-
-
Element Detail
-
packagePrefix
String[] packagePrefix
This 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:
- {""}
-
-