| Package | Description | 
|---|---|
| net.bytebuddy.implementation.attribute | All types and classes in this package are responsible for writing attributes for a given Java byte code element,
 i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AnnotationAppender.AnnotationVisibility | AnnotationAppender.AnnotationVisibility. of(AnnotationDescription annotation)Finds the annotation visibility that is declared for a given annotation. | 
| static AnnotationAppender.AnnotationVisibility | AnnotationAppender.AnnotationVisibility. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AnnotationAppender.AnnotationVisibility[] | AnnotationAppender.AnnotationVisibility. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationAppender | AnnotationAppender. append(AnnotationDescription annotation,
      AnnotationAppender.AnnotationVisibility annotationVisibility)Terminally writes the given annotation to the specified target. | 
| AnnotationAppender | AnnotationAppender.Default. append(AnnotationDescription annotation,
      AnnotationAppender.AnnotationVisibility annotationVisibility) | 
Copyright © 2014–2015. All rights reserved.