Annotation Type Key


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Key
    This annotation is used for defining the key of the field in the FileConfiguration
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Key in the configuration file
    • Element Detail

      • value

        java.lang.String value
        Key in the configuration file
        Returns:
        The key of this field in the configuration