Package dev.thecodewarrior.prism.annotation
See: Description
-
Annotation Summary Annotation Description RefractClass Marks a class to be automatically (de)serialized Refract Marks a field or Kotlin property to be automatically (de)serialized. RefractGetter Marks a method as a property getter to be automatically (de)serialized. RefractSetter Marks a method as a property setter to be automatically (de)serialized. RefractConstructor Marks a constructor to be used by Prism to create instances of this class.