|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
public class JavaAnnotation
Wrapper for '@annotations
| Field Summary |
|---|
| Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports |
|---|
IMPORTS_TRANSFORM |
| Constructor Summary | |
|---|---|
JavaAnnotation(ELType type)
|
|
JavaAnnotation(ELType type,
java.lang.String... parameters)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getArguments()
|
java.lang.Iterable<JavaImport> |
getRequiredImports()
|
ELType |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaAnnotation(ELType type)
public JavaAnnotation(ELType type,
java.lang.String... parameters)
| Method Detail |
|---|
public ELType getType()
public java.util.List<java.lang.String> getArguments()
public java.lang.Iterable<JavaImport> getRequiredImports()
getRequiredImports in interface RequireImports
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||