Annotation Type PrivateApi


@Target({TYPE,METHOD,CONSTRUCTOR})
@Retention(RUNTIME)
@Inherited
@Documented
public @interface PrivateApi
Marker for private functionality. This code is not intended for public usage and no compatibility guarantees are given. So it could be that the functionality changes, moves, gets deleted etc without any form of warning.