org.apache.xbean.finder
Class MetaAnnotation<T extends java.lang.annotation.Annotation>

java.lang.Object
  extended by org.apache.xbean.finder.MetaAnnotation<T>

public class MetaAnnotation<T extends java.lang.annotation.Annotation>
extends java.lang.Object

Version:
$Rev$ $Date$

Method Summary
 T get()
           
 java.util.List<MetaAnnotation<T>> getConflicts()
           
 java.lang.Class<?> getDeclaringClass()
           
 int getDepth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public T get()

getDepth

public int getDepth()

getDeclaringClass

public java.lang.Class<?> getDeclaringClass()

getConflicts

public java.util.List<MetaAnnotation<T>> getConflicts()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.