Package dev.cel.common.annotations
Annotation Type Internal
-
@Retention(CLASS) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE}) @Documented public @interface Internal
Annotates a program element (class, method, package, etc) which is internal to CEL, not part of the public API, and should not be used by users of CEL.Note: This annotation is intended only for CEL library code. Users should not attach this annotation to their own code.