Uses of Class
net.binis.codegen.compiler.CGAnnotation
Packages that use CGAnnotation
-
Uses of CGAnnotation in net.binis.codegen.compiler
Fields in net.binis.codegen.compiler with type parameters of type CGAnnotationMethods in net.binis.codegen.compiler that return CGAnnotationModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) Methods in net.binis.codegen.compiler that return types with arguments of type CGAnnotationMethod parameters in net.binis.codegen.compiler with type arguments of type CGAnnotation -
Uses of CGAnnotation in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGAnnotationModifier and TypeMethodDescriptionstatic CGAnnotationElementUtils.addClassAnnotation(Element element, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementUtils.addMethodAnnotation(Element element, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementUtils.addOrReplaceClassAnnotation(Element element, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementUtils.findClassAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementUtils.findMethodAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementUtils.removeClassAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementUtils.removeMethodAnnotation(Element element, Class<? extends Annotation> annotation)