Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.definition.type.Annotation

Packages that use Annotation
org.drools.definition.type   
org.drools.impl.adapters   
 

Uses of Annotation in org.drools.definition.type
 

Methods in org.drools.definition.type that return types with arguments of type Annotation
 List<Annotation> FactType.getClassAnnotations()
          Returns the list of class-level annotations used in this class definition
 List<Annotation> FactField.getFieldAnnotations()
          Returns the list of field-level annotations used in this field definition
 

Uses of Annotation in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement Annotation
 class AnnotationAdapter
           
 

Methods in org.drools.impl.adapters that return types with arguments of type Annotation
static List<Annotation> AnnotationAdapter.adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations)
           
 List<Annotation> FactTypeAdapter.getClassAnnotations()
           
 List<Annotation> FactFieldAdapter.getFieldAnnotations()
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.