@Target(value={CONSTRUCTOR,METHOD}) @Retention(value=SOURCE) public @interface Utility
This is solely meant for identifying methods that don't need to be overridden / handled manually.
Copyright © 2016. All rights reserved.