Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
-
Packages that use DefaultJavaAnnotation Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of DefaultJavaAnnotation in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl that return DefaultJavaAnnotation Modifier and Type Method Description DefaultJavaAnnotation
DefaultJavaAnnotationAssembler. assemble(AnnoDef annoDef)
-
Uses of DefaultJavaAnnotation in com.thoughtworks.qdox.model.impl
Methods in com.thoughtworks.qdox.model.impl that return DefaultJavaAnnotation Modifier and Type Method Description DefaultJavaAnnotation
DefaultJavaAnnotation. getParameterValue()
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.
-