Class FieldAnnotation
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.annotation.FieldAnnotation
-
public class FieldAnnotation extends java.lang.Objectフィールドにつけられたアノテーション
-
-
Constructor Summary
Constructors Constructor Description FieldAnnotation(Annotation annotation, FieldDeclaration fieldDeclaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeIdentifierannotationType()AnnotationDescriptiondescription()FieldDeclarationfieldDeclaration()
-
-
-
Constructor Detail
-
FieldAnnotation
public FieldAnnotation(Annotation annotation, FieldDeclaration fieldDeclaration)
-
-
Method Detail
-
fieldDeclaration
public FieldDeclaration fieldDeclaration()
-
annotationType
public TypeIdentifier annotationType()
-
description
public AnnotationDescription description()
-
-