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