Uses of Class
org.drools.drl.ast.descr.AnnotationDescr
Packages that use AnnotationDescr
-
Uses of AnnotationDescr in org.drools.drl.ast.descr
Methods in org.drools.drl.ast.descr that return AnnotationDescrModifier and TypeMethodDescriptionAnnotatedBaseDescr.addAnnotation(String name, String value) Assigns a new annotation to this type with the respective name and valueprotected AnnotationDescrAnnotatedBaseDescr.addAnnotation(String name, AnnotationDescr annotation) AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation) Assigns a new annotation to this typeAnnotatedBaseDescr.addQualifiedAnnotation(AnnotationDescr annotation) AnnotatedBaseDescr.getAnnotation(Class<? extends Annotation> annotationClass) AnnotatedBaseDescr.getAnnotation(String name) Returns the annotation with the given nameMethods in org.drools.drl.ast.descr that return types with arguments of type AnnotationDescrMethods in org.drools.drl.ast.descr with parameters of type AnnotationDescrModifier and TypeMethodDescriptionprotected AnnotationDescrAnnotatedBaseDescr.addAnnotation(String name, AnnotationDescr annotation) AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation) Assigns a new annotation to this typeAnnotatedBaseDescr.addQualifiedAnnotation(AnnotationDescr annotation)