Annotation Type Resolver


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Resolver
    This annotation could be used in a product accessor's method to indicate the class used to resolve the method's return. If this annotation is used then Property annotation can't be used and vice versa.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends PropertyResolver<?>> value