Class Annotation
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.annotation.Annotation
-
public class Annotation extends java.lang.Objectアノテーション
-
-
Constructor Summary
Constructors Constructor Description Annotation(TypeIdentifier typeIdentifier, AnnotationDescription description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdescriptionTextOf(java.lang.String name)booleanis(TypeIdentifier typeIdentifier)TypeIdentifiertypeIdentifier()
-
-
-
Constructor Detail
-
Annotation
public Annotation(TypeIdentifier typeIdentifier, AnnotationDescription description)
-
-
Method Detail
-
descriptionTextOf
public java.lang.String descriptionTextOf(java.lang.String name)
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
is
public boolean is(TypeIdentifier typeIdentifier)
-
-