Uses of Class
net.ssehub.easy.instantiation.java.artifacts.JavaAnnotation
-
Packages that use JavaAnnotation Package Description net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of JavaAnnotation in net.ssehub.easy.instantiation.java.artifacts
Methods in net.ssehub.easy.instantiation.java.artifacts that return types with arguments of type JavaAnnotation Modifier and Type Method Description Set<JavaAnnotation>JavaAttribute. annotations()Returns the annotations of this attribute.Set<JavaAnnotation>JavaClass. annotations()Returns the annotations of this class.Set<JavaAnnotation>JavaMethod. annotations()Returns the annotations of this method.Set<JavaAnnotation>JavaParentFragmentArtifact. annotations(java.util.List<org.eclipse.jdt.core.dom.IExtendedModifier> modifierList)Returns the annotations for a givenmodifierList.Method parameters in net.ssehub.easy.instantiation.java.artifacts with type arguments of type JavaAnnotation Modifier and Type Method Description private booleanJavaFileArtifact. checkAnnotation(java.lang.String annotation, java.lang.String field, java.lang.String value, boolean hasAnnotation, Set<JavaAnnotation> annotations)Checks if a Set of JavaAnnotations contains a specific annotation.
-