Annotation Type PublicApi
-
@Target(TYPE) @Retention(RUNTIME) public @interface PublicApi
This 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