Annotation Type JmcProperty


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface JmcProperty
    Annotation to specify that field should be serialize as property tag.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      attribute 'name' value.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?> type
      A possible default implementation if the annotated type is an interface.
    • Element Detail

      • value

        java.lang.String value
        attribute 'name' value.
      • type

        java.lang.Class<?> type
        A possible default implementation if the annotated type is an interface.
        Default:
        java.lang.Void.class