Annotation Type ExternalApi


@Target({METHOD,CONSTRUCTOR,TYPE})
@Inherited
@Documented
public @interface ExternalApi

This annotation indicates that a class or method is used externally.

Classes and methods with this annotation should be public