Uses of Class
org.drools.drl.ast.descr.AnnotationDescr
-
Packages that use AnnotationDescr Package Description org.drools.drl.ast.descr -
-
Uses of AnnotationDescr in org.drools.drl.ast.descr
Methods in org.drools.drl.ast.descr that return AnnotationDescr Modifier and Type Method Description AnnotationDescrAnnotatedBaseDescr. addAnnotation(java.lang.String name, java.lang.String value)Assigns a new annotation to this type with the respective name and valueprotected AnnotationDescrAnnotatedBaseDescr. addAnnotation(java.lang.String name, AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. addAnnotation(AnnotationDescr annotation)Assigns a new annotation to this typeAnnotationDescrAnnotatedBaseDescr. addQualifiedAnnotation(AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)AnnotationDescrAnnotatedBaseDescr. getAnnotation(java.lang.String name)Returns the annotation with the given nameMethods in org.drools.drl.ast.descr that return types with arguments of type AnnotationDescr Modifier and Type Method Description java.util.Collection<AnnotationDescr>AnnotatedBaseDescr. getAnnotations()Methods in org.drools.drl.ast.descr with parameters of type AnnotationDescr Modifier and Type Method Description protected AnnotationDescrAnnotatedBaseDescr. addAnnotation(java.lang.String name, AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. addAnnotation(AnnotationDescr annotation)Assigns a new annotation to this typeAnnotationDescrAnnotatedBaseDescr. addQualifiedAnnotation(AnnotationDescr annotation)
-