Package org.jboss.jandex
Class ClassType.Builder
- Enclosing class:
ClassType
Convenient builder for
ClassType
.- Since:
- 3.1.0
-
Field Summary
Fields inherited from class org.jboss.jandex.Type.Builder
annotations, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.jandex.Type.Builder
addAnnotation, annotationsArray, self
-
Constructor Details
-
Builder
Builder(DotName name)
-
-
Method Details
-
build
Returns the built class type.- Returns:
- the built class type
-