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

java.lang.Object
  extended by com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
Direct Known Subclasses:
ClassFinder.AnnotationInfo, ClassFinder.ClassInfo, ClassFinder.FieldInfo, ClassFinder.MethodInfo, ClassFinder.PackageInfo
Enclosing class:
ClassFinder

public class ClassFinder.Annotatable
extends Object


Constructor Summary
ClassFinder.Annotatable()
           
ClassFinder.Annotatable(AnnotatedElement element)
           
 
Method Summary
 List<ClassFinder.AnnotationInfo> getAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFinder.Annotatable

public ClassFinder.Annotatable(AnnotatedElement element)

ClassFinder.Annotatable

public ClassFinder.Annotatable()
Method Detail

getAnnotations

public List<ClassFinder.AnnotationInfo> getAnnotations()


Copyright © 2009 OpenSymphony. All Rights Reserved.