Class MethodAnnotation
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.annotation.MethodAnnotation
-
public class MethodAnnotation extends java.lang.Objectメソッドにつけられたアノテーション
-
-
Constructor Summary
Constructors Constructor Description MethodAnnotation(Annotation annotation, MethodDeclaration methodDeclaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeIdentifierannotationType()AnnotationDescriptiondescription()MethodDeclarationmethodDeclaration()
-
-
-
Constructor Detail
-
MethodAnnotation
public MethodAnnotation(Annotation annotation, MethodDeclaration methodDeclaration)
-
-
Method Detail
-
annotationType
public TypeIdentifier annotationType()
-
methodDeclaration
public MethodDeclaration methodDeclaration()
-
description
public AnnotationDescription description()
-
-