Class CustomAnnotation
- java.lang.Object
-
- com.strobel.assembler.metadata.annotations.CustomAnnotation
-
public final class CustomAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private TypeReference
_annotationType
private java.util.List<AnnotationParameter>
_parameters
-
Constructor Summary
Constructors Constructor Description CustomAnnotation(TypeReference annotationType, java.util.List<AnnotationParameter> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeReference
getAnnotationType()
java.util.List<AnnotationParameter>
getParameters()
boolean
hasParameters()
-
-
-
Field Detail
-
_annotationType
private final TypeReference _annotationType
-
_parameters
private final java.util.List<AnnotationParameter> _parameters
-
-
Constructor Detail
-
CustomAnnotation
public CustomAnnotation(TypeReference annotationType, java.util.List<AnnotationParameter> parameters)
-
-
Method Detail
-
getAnnotationType
public TypeReference getAnnotationType()
-
hasParameters
public boolean hasParameters()
-
getParameters
public java.util.List<AnnotationParameter> getParameters()
-
-