Annotation Type ConstructorArgs


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    @Deprecated
    public @interface ConstructorArgs
    Deprecated.
    incomplete. will be reworked in the 2.x timeframe
    Indicates that this field can be constructed from the stored fields; it doesn't require a no-args constructor. Please list the names of args/fields, in order.
    • Required Element Summary

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

      • value

        java.lang.String[] value
        Deprecated.
        Returns:
        The fields to use