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

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

public class MetaAnnotation<T extends Annotation>
extends Object

Version:
$Rev$ $Date$

Method Summary
 T get()
           
 List<MetaAnnotation<T>> getConflicts()
           
 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()

getConflicts

public List<MetaAnnotation<T>> getConflicts()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.