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