com.opensymphony.xwork2.util.finder
Class ClassFinder.AnnotationInfo

java.lang.Object
  extended by com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
      extended by com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
All Implemented Interfaces:
ClassFinder.Info
Enclosing interface:
ClassFinder

public static class ClassFinder.AnnotationInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info


Constructor Summary
ClassFinder.AnnotationInfo(Annotation annotation)
           
ClassFinder.AnnotationInfo(Class<? extends Annotation> annotation)
           
ClassFinder.AnnotationInfo(String name)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.opensymphony.xwork2.util.finder.ClassFinder.Info
getAnnotations
 

Constructor Detail

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(Annotation annotation)

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(Class<? extends Annotation> annotation)

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface ClassFinder.Info

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000–2018 Apache Software Foundation. All rights reserved.