Class JMoleculesTacticAnnotationSet
- java.lang.Object
-
- org.contextmapper.archunit.annotations.JMoleculesTacticAnnotationSet
-
- All Implemented Interfaces:
TacticDDDAnnotationSet
public class JMoleculesTacticAnnotationSet extends java.lang.Object implements TacticDDDAnnotationSet
-
-
Constructor Summary
Constructors Constructor Description JMoleculesTacticAnnotationSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>
aggregateRootAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
domainEventAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
entityAnnotation()
static TacticDDDAnnotationSet
instance()
java.lang.Class<? extends java.lang.annotation.Annotation>
moduleAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
repositoryAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
serviceAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
valueObjectAnnotation()
-
-
-
Method Detail
-
aggregateRootAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> aggregateRootAnnotation()
- Specified by:
aggregateRootAnnotation
in interfaceTacticDDDAnnotationSet
-
entityAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> entityAnnotation()
- Specified by:
entityAnnotation
in interfaceTacticDDDAnnotationSet
-
valueObjectAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> valueObjectAnnotation()
- Specified by:
valueObjectAnnotation
in interfaceTacticDDDAnnotationSet
-
domainEventAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> domainEventAnnotation()
- Specified by:
domainEventAnnotation
in interfaceTacticDDDAnnotationSet
-
serviceAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> serviceAnnotation()
- Specified by:
serviceAnnotation
in interfaceTacticDDDAnnotationSet
-
moduleAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> moduleAnnotation()
- Specified by:
moduleAnnotation
in interfaceTacticDDDAnnotationSet
-
repositoryAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> repositoryAnnotation()
- Specified by:
repositoryAnnotation
in interfaceTacticDDDAnnotationSet
-
instance
public static TacticDDDAnnotationSet instance()
-
-