Annotation Type Generated


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Generated
    Annotation that marks a method as a 'generated' one. Methods annotated with the annotation will not be considered in code coverage. Can be applied to hashCode, equals, toString or any other method.