Package org.apache.xbean.finder
Class MetaAnnotation<T extends java.lang.annotation.Annotation>
- java.lang.Object
-
- org.apache.xbean.finder.MetaAnnotation<T>
-
public class MetaAnnotation<T extends java.lang.annotation.Annotation> extends java.lang.Object
- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
java.util.List<MetaAnnotation<T>>
getConflicts()
int
getDepth()
-
-
-
Method Detail
-
getDepth
public int getDepth()
-
getConflicts
public java.util.List<MetaAnnotation<T>> getConflicts()
-
-