79163210

Date: 2024-11-06 15:21:37
Score: 7 🚩
Natty: 5.5
Report link

I am trying to create an interceptor with its own annotation but I want to know if it is possible to limit it only to methods and use:

@Target(ElementType.METHOD) instead of @Target({ElementType.METHOD, ElementType.TYPE}).

any ideas for this ?

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): any ideas
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Asiu