Annotation Interface BeanDefault


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface BeanDefault
When a result value of an invoked getter is null, the result will be overwritten by the value. Will only be used if set on the target class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details