Package org.drools.base.rule
Class Annotated.ClassAdapter
java.lang.Object
org.drools.base.rule.Annotated.ClassAdapter
- All Implemented Interfaces:
Annotated
- Enclosing interface:
- Annotated
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.base.rule.Annotated
Annotated.ClassAdapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetTypedAnnotation(Class<A> annotationClass) booleanhasAnnotation(Class<? extends Annotation> annotationClass)
-
Constructor Details
-
ClassAdapter
-
-
Method Details
-
hasAnnotation
- Specified by:
hasAnnotationin interfaceAnnotated
-
getTypedAnnotation
- Specified by:
getTypedAnnotationin interfaceAnnotated
-