Annotation Type IgnoreProperty


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    public @interface IgnoreProperty
    Indicates that a field or method should not be considered when attempting to construct a recorded object. The annotation is meant to be used on a field or a getter method.