Uses of Interface
org.drools.model.codegen.execmodel.generator.declaredtype.api.AnnotationDefinition
-
Packages that use AnnotationDefinition Package Description org.drools.model.codegen.execmodel.generator.declaredtype org.drools.model.codegen.execmodel.generator.declaredtype.api -
-
Uses of AnnotationDefinition in org.drools.model.codegen.execmodel.generator.declaredtype
Classes in org.drools.model.codegen.execmodel.generator.declaredtype that implement AnnotationDefinition Modifier and Type Class Description classDescrAnnotationDefinitionMethods in org.drools.model.codegen.execmodel.generator.declaredtype that return AnnotationDefinition Modifier and Type Method Description AnnotationDefinitionDescrAnnotationDefinition. addValue(java.lang.String key, java.lang.String value)static AnnotationDefinitionDescrAnnotationDefinition. createPositionAnnotation(int position)Methods in org.drools.model.codegen.execmodel.generator.declaredtype that return types with arguments of type AnnotationDefinition Modifier and Type Method Description java.util.List<AnnotationDefinition>DescrTypeDefinition. getAnnotationsToBeAdded()java.util.List<AnnotationDefinition>DescrFieldDefinition. getFieldAnnotations()Methods in org.drools.model.codegen.execmodel.generator.declaredtype with parameters of type AnnotationDefinition Modifier and Type Method Description voidDescrFieldDefinition. addAnnotation(AnnotationDefinition annotationDefinition) -
Uses of AnnotationDefinition in org.drools.model.codegen.execmodel.generator.declaredtype.api
Classes in org.drools.model.codegen.execmodel.generator.declaredtype.api that implement AnnotationDefinition Modifier and Type Class Description classSimpleAnnotationDefinitionMethods in org.drools.model.codegen.execmodel.generator.declaredtype.api that return AnnotationDefinition Modifier and Type Method Description AnnotationDefinitionAnnotationDefinition. addValue(java.lang.String key, java.lang.String value)AnnotationDefinitionSimpleAnnotationDefinition. addValue(java.lang.String key, java.lang.String value)Methods in org.drools.model.codegen.execmodel.generator.declaredtype.api that return types with arguments of type AnnotationDefinition Modifier and Type Method Description default java.util.List<AnnotationDefinition>MethodDefinition. getAnnotations()java.util.List<AnnotationDefinition>MethodWithStringBody. getAnnotations()default java.util.List<AnnotationDefinition>TypeDefinition. getAnnotationsToBeAdded()default java.util.List<AnnotationDefinition>FieldDefinition. getFieldAnnotations()default java.util.List<AnnotationDefinition>FieldDefinition. getterAnnotations()default java.util.List<AnnotationDefinition>FieldDefinition. setterAnnotations()
-