|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jsesoft.ri.AnnotationInspector org.jsesoft.mmbi.MMBIAnnotationInspector
public class MMBIAnnotationInspector
Provides services for .
Constructor Summary | |
---|---|
MMBIAnnotationInspector(java.lang.reflect.AccessibleObject theAccessible)
Creates new MMBIAnnotationInspector. |
Method Summary | |
---|---|
void |
inspectItem(java.lang.annotation.Annotation annotation,
PassBack passBack)
Inspects the item. |
void |
inspectItems(PassBack passBack)
Inspects the a list of items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMBIAnnotationInspector(java.lang.reflect.AccessibleObject theAccessible)
theAccessible
- the accessibleObjectMethod Detail |
---|
public void inspectItem(java.lang.annotation.Annotation annotation, PassBack passBack) throws java.lang.Exception
inspectItem
in interface Inspector<java.lang.annotation.Annotation>
inspectItem
in class AnnotationInspector
annotation
- the sub-item to inspectpassBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureAnnotationInspector.inspectItem(java.lang.annotation.Annotation,
org.jsesoft.ri.PassBack)
public void inspectItems(PassBack passBack) throws java.lang.Exception
inspectItems
in interface Inspector<java.lang.annotation.Annotation>
inspectItems
in class AnnotationInspector
passBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureAnnotationInspector.inspectItems(org.jsesoft.ri.PassBack)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |