Package org.drools.base.rule
Interface Annotated
-
- All Known Implementing Classes:
Annotated.ClassAdapter
public interface Annotated
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAnnotated.ClassAdapter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A extends java.lang.annotation.Annotation>
AgetTypedAnnotation(java.lang.Class<A> annotationClass)booleanhasAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
-