Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @Conditional(OnAuthoritieCondition.class, "SOME_INPUT_STRING")
  2.  
  3. public class OnAuthoritieCondition implements Condition {
  4. @Override
  5. public boolean matches(ConditionContext conditionContext, AnnotatedTypeMetadata annotatedTypeMetadata) {
  6. return false;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement