Annotation Type PublicApiMember
-
@Target({METHOD,CONSTRUCTOR,FIELD}) @Retention(RUNTIME) public @interface PublicApiMember
This annotation tells the generator that the member must be included into the generated API documentation.
@Target({METHOD,CONSTRUCTOR,FIELD})
@Retention(RUNTIME)
public @interface PublicApiMember