libaccess-modifier-checker-java

Maven plugin for custom access modifier checking
  https://github.com/kohsuke/access-modifier
  0
  no reviews



This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. obviously, there's no runtime check either --- this is strictly a voluntary annotation.

this mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.)