org.richfaces.cdk.apt
Interface SourceUtils.BeanProperty

All Known Implementing Classes:
AptSourceUtils.AptBeanProperty
Enclosing interface:
SourceUtils

public static interface SourceUtils.BeanProperty

Author:
asmirnov@exadel.com

Method Summary
<T extends java.lang.annotation.Annotation>
T
getAnnotation(java.lang.Class<T> annotationType)
           
 javax.lang.model.element.AnnotationMirror getAnnotationMirror(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.lang.String getDocComment()
          

Get JavaDoc comment of appropriate bean property element.

 java.lang.String getName()
          

 ClassName getType()
           
 boolean isExists()
          

 

Method Detail

getName

java.lang.String getName()

Returns:
the name

getDocComment

java.lang.String getDocComment()

Get JavaDoc comment of appropriate bean property element.

Returns:

getType

ClassName getType()

isExists

boolean isExists()

Returns:
the exists

getAnnotationMirror

javax.lang.model.element.AnnotationMirror getAnnotationMirror(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)

getAnnotation

<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.