Package dev.cel.common.annotations
Annotation Type Generated
-
@Retention(SOURCE) @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
Annotates that the source code is generated by CEL.Note: This annotation is intended only for CEL library code. Users should not attach this annotation to their own code.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
-