Skip to content

Commit

Permalink
Update src/main/java/tech/toparvion/analog/service/choice/Conditional…
Browse files Browse the repository at this point in the history
…OnChoicesAutoReloadEnabled.java

Co-authored-by: Vladimir Plizga <[email protected]>
  • Loading branch information
a-polyudov and Toparvion committed May 31, 2020
1 parent ee69f37 commit ae46cd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

/**
* @author Polyudov
* @since 0.14
* @since v0.14
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@SuppressWarnings("DefaultAnnotationParam")
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.ANNOTATION_TYPE})
@ConditionalOnProperty(name = "choices.custom.auto-reload-enabled", havingValue = "true", matchIfMissing = false)
@interface ConditionalOnChoicesAutoReloadEnabled {
}
}

0 comments on commit ae46cd6

Please sign in to comment.