Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationMapping11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AnnotationType<ElementType<T>> |
ElementType.createAnnotation()
Creates a new
annotation element |
AnnotationType<ElementType<T>> |
ElementType.getOrCreateAnnotation()
If not already created, a new
annotation element will be created and returned. |
AnnotationType<T> |
AnnotationType.removeAllElement()
Removes all
element elements |
Modifier and Type | Method and Description |
---|---|
ElementType<AnnotationType<T>> |
AnnotationType.createElement()
Creates a new
element element |
List<AnnotationType<ElementType<T>>> |
ElementType.getAllAnnotation()
Returns all
annotation elements |
List<ElementType<AnnotationType<T>>> |
AnnotationType.getAllElement()
Returns all
element elements |
ElementType<AnnotationType<T>> |
AnnotationType.getOrCreateElement()
If not already created, a new
element element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.