org.chromattic.metamodel.bean
Class AnnotatedProperty<A extends java.lang.annotation.Annotation>

java.lang.Object
  extended by org.chromattic.metamodel.bean.Annotated<A>
      extended by org.chromattic.metamodel.bean.AnnotatedProperty<A>

public class AnnotatedProperty<A extends java.lang.annotation.Annotation>
extends Annotated<A>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
AnnotatedProperty(A annotation, org.reflext.api.ClassTypeInfo owner, PropertyInfo<?> property)
           
 
Method Summary
 org.reflext.api.ClassTypeInfo getOwner()
           
 PropertyInfo<?> getProperty()
           
 
Methods inherited from class org.chromattic.metamodel.bean.Annotated
getAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedProperty

public AnnotatedProperty(A annotation,
                         org.reflext.api.ClassTypeInfo owner,
                         PropertyInfo<?> property)
Method Detail

getOwner

public org.reflext.api.ClassTypeInfo getOwner()

getProperty

public PropertyInfo<?> getProperty()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.