org.jsesoft.mmbi
Class MMBIAnnotationInspector

java.lang.Object
  extended by org.jsesoft.ri.AnnotationInspector
      extended by org.jsesoft.mmbi.MMBIAnnotationInspector
All Implemented Interfaces:
Inspector<java.lang.annotation.Annotation>

public class MMBIAnnotationInspector
extends AnnotationInspector

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

MMBIAnnotationInspector

public MMBIAnnotationInspector(java.lang.reflect.AccessibleObject theAccessible)
Creates new MMBIAnnotationInspector.

Parameters:
theAccessible - the accessibleObject
Method Detail

inspectItem

public void inspectItem(java.lang.annotation.Annotation annotation,
                        PassBack passBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.annotation.Annotation>
Overrides:
inspectItem in class AnnotationInspector
Parameters:
annotation - the sub-item to inspect
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
AnnotationInspector.inspectItem(java.lang.annotation.Annotation, org.jsesoft.ri.PassBack)

inspectItems

public void inspectItems(PassBack passBack)
                  throws java.lang.Exception
Inspects the a list of items.

Specified by:
inspectItems in interface Inspector<java.lang.annotation.Annotation>
Overrides:
inspectItems in class AnnotationInspector
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
AnnotationInspector.inspectItems(org.jsesoft.ri.PassBack)


Copyright © 2010 JSESoft. All Rights Reserved.