Annotation Type Internal
-
@Target({TYPE,METHOD}) @Retention(SOURCE) public @interface InternalClass and methods annotated withInternalare for internal use and should not be used by user directly as they can change and break anytime.
@Target({TYPE,METHOD})
@Retention(SOURCE)
public @interface Internal
Internal are
for internal use and should not be used by user directly
as they can change and break anytime.