Annotation Type Exclude


  • @Retention(SOURCE)
    @Target(METHOD)
    public @interface Exclude
    Adding this will cause the implementation generator to completely ignore this method. This is practically only used for default methods, as normal interface methods need to have an implementation.
    Since:
    4.2.0