Annotation Type Prefix
- 
@Target(PACKAGE) @Retention(RUNTIME) public @interface PrefixThe Prefix annotation is used to specify the CI namespace, and it is used from inside a package-info.java file. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue 
 -