Annotation Type Key


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Key
    Annotation that associates a custom name with a bean property.
    • Required Element Summary

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

      • value

        java.lang.String value
        Returns:
        The custom property name.