Annotation Type PublicApi
- 
@Target(TYPE) @Retention(RUNTIME) public @interface PublicApiThis annotation tells the generator that the class/or interface must be included as a first-class citizen into the generated API documentation. 
@Target(TYPE)
@Retention(RUNTIME)
public @interface PublicApi