Annotation Interface Internal


@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD,TYPE}) public @interface Internal
Annotation used to mark that the function/class is used internally (by another module, class), but we don't want to expose it publicly.