Lines Matching refs:annotation

6 This annotation can be defined on a class to indicate the exclusion strategy
21 This annotation can be defined on a property to indicate that the property should
29 This annotation can be defined on a property to indicate that the property should
37 This annotation can be defined on a property to indicate that the property should
44 This annotation can be defined on a property to define the serialized name for a
48 Note that this annotation is not used when you're using any other naming
50 ``SerializedNameAnnotationStrategy``). In order to re-enable the annotation, you
66 This annotation can be defined on a property to specify starting from which
73 This annotation can be defined on a property to specify until which version this
80 This annotation can be defined on a property to specify if the property
86 This annotation can be defined on a property to limit the depth to which the
92 This annotation can be defined on a property, or a class to specify in which way
119 This annotation can be defined on a property to specify which public method should
149 setting the property as read-only using the ``@ReadOnly`` annotation.
153 This annotation can be defined on a class to control the order of properties. By
208 This annotation can be defined on a method to indicate that the data returned by
270 This annotation can be defined on a property to indicate that the data of the property
277 This annotation can be defined on a property to indicate that the data of the property
280 A property can be marked as non read only with ``@ReadOnly(false)`` annotation (useful when a class…
284 This annotation can be defined on a method which is supposed to be called before
289 This annotation can be defined on a method which is then called directly after the
294 This annotation can be defined on a method which is supposed to be called after
303 This annotation allows serialization/deserialization of relations which are polymorphic, but
304 where a common base class exists. The ``@Discriminator`` annotation has to be applied
321 This annotation can be defined on a property to specify the type of that property.
322 For deserialization, this annotation must be defined.
323 The ``@Type`` annotation can have parameters and parameters can be used by serialization/deserializ…
527 This annotation allows to modify the behaviour of @Discriminator regarding handling of XML.
594 properties of that object must have the @XmlAttribute annotation.
712 This annotation can be defined on a property to add additional xml serialization/deserialization pr…
739 This annotation allows you to specify Xml namespace/s and prefix used.