Class Annotations
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.Annotations
-
-
Field Summary
Fields Modifier and Type Field Description protected Annotation[]
annotations
-
Constructor Summary
Constructors Constructor Description Annotations(Annotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotation[]
getAnnotations()
-
-
-
Field Detail
-
annotations
protected Annotation[] annotations
-
-
Constructor Detail
-
Annotations
public Annotations(Annotation[] annotations)
-
-
Method Detail
-
getAnnotations
public Annotation[] getAnnotations()
-
-