Class Annotations
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.annotation.Annotations
-
public class Annotations extends java.lang.Objectアノテーション一覧
-
-
Constructor Summary
Constructors Constructor Description Annotations(java.util.List<Annotation> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationsfilterAny(TypeIdentifier... typeIdentifiers)java.util.List<Annotation>list()
-
-
-
Constructor Detail
-
Annotations
public Annotations(java.util.List<Annotation> list)
-
-
Method Detail
-
filterAny
public Annotations filterAny(TypeIdentifier... typeIdentifiers)
-
list
public java.util.List<Annotation> list()
-
-