Skip to content

Commit

Permalink
Removed OccurrentMongoRegistrar.java because it's not needed because …
Browse files Browse the repository at this point in the history
…we don't need to read any properties from the EnableOccurrent annotation. Also intellij works better without the registrar.
  • Loading branch information
johanhaleby committed Dec 22, 2023
1 parent 0e72151 commit 006ff5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import(OccurrentMongoRegistrar.class)
@Import(OccurrentMongoAutoConfiguration.class)
public @interface EnableOccurrent {
}

This file was deleted.

0 comments on commit 006ff5b

Please sign in to comment.