Annotation Type FactoryProperties


  • @Target(METHOD)
    @Retention(SOURCE)
    public @interface FactoryProperties
    The FactoryProperties annotation is used on a factory method in order to map the parameters to the property names of the pojo. It is exactly comparable to ConstructorProperties.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      The getter names.
    • Element Detail

      • value

        java.lang.String[] value

        The getter names.

        Returns:
        the getter names corresponding to the parameters in the annotated method.