public static class AnnotationDescriptor.Builder<S extends Annotation> extends Object
Constructor and Description |
---|
Builder(Class<S> type) |
Builder(Class<S> type,
Map<String,Object> attributes) |
Builder(S annotation) |
Modifier and Type | Method and Description |
---|---|
AnnotationDescriptor<S> |
build() |
Class<S> |
getType() |
boolean |
hasAttribute(String key) |
void |
setAttribute(String attributeName,
Object value) |
String |
toString() |
public Builder(S annotation)
Copyright © 2021 JBoss by Red Hat. All rights reserved.