Annotation Type SerializedWith


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface SerializedWith
    SerializedWith, specifies the ConfigurationSerializer to use to serialize the annotated class
    Since:
    9.0
    Author:
    Tristan Tarrant
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends ConfigurationSerializer> value