Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
SpringBoot anotation style renamed for clarity #66
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszs committed Nov 6, 2014
1 parent 7cfa96d commit 012b0d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(BaseWebAppConfiguration.class)
public @interface EnableMicroserviceStack {
public @interface EnableMicroservice {

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(ReactorAspectConfiguration.class)
public @interface EnableReactorAspect {
public @interface EnableCorrelationIdForReactor {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.springframework.context.annotation.Import
* @see BaseWebAppConfiguration
*
* @deprecated Use {@link EnableSwaggerDocumentation} with
* {@link EnableMicroserviceStack} instead.
* {@link EnableMicroservice} instead.
*/
@Configuration
@CompileStatic
Expand Down

0 comments on commit 012b0d1

Please sign in to comment.