GH-1 - Consistent author names.
This commit is contained in:
@@ -23,7 +23,7 @@ import java.lang.annotation.Target;
|
||||
/**
|
||||
* Annotation to customize information of a {@link Modulith} module.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @author Oliver Drotbohm
|
||||
*/
|
||||
@Target({ ElementType.PACKAGE, ElementType.ANNOTATION_TYPE })
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor;
|
||||
/**
|
||||
* Defines a Spring Boot application to follow the Modulith structuring conventions.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @author Oliver Drotbohm
|
||||
*/
|
||||
@Documented
|
||||
@Target(ElementType.TYPE)
|
||||
|
||||
@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
|
||||
/**
|
||||
* Annotation to mark a package as named interface of a {@link Module} (either implicit or explicitly annotated).
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @author Oliver Drotbohm
|
||||
*/
|
||||
@Documented
|
||||
@Target({ ElementType.PACKAGE, ElementType.TYPE })
|
||||
|
||||
Reference in New Issue
Block a user