Class CustomAnnotation
java.lang.Object
com.strobel.assembler.metadata.annotations.CustomAnnotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TypeReference
private final List
<AnnotationParameter> -
Constructor Summary
ConstructorsConstructorDescriptionCustomAnnotation
(TypeReference annotationType, List<AnnotationParameter> parameters) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
_annotationType
-
_parameters
-
-
Constructor Details
-
CustomAnnotation
-
-
Method Details
-
getAnnotationType
-
hasParameters
public boolean hasParameters() -
getParameters
-