Transient
Annotation Type Transient
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Transient
Indicates that an attribute called "transient" should be declared with the given value
when the Introspector
constructs a PropertyDescriptor
or EventSetDescriptor
classes associated with the annotated code element. A true
value for the "transient" attribute indicates to encoders derived from Encoder
that this feature should be ignored-
The Transient
annotation may be be used in any of the methods that are involved in a FeatureDescriptor
subclass to identify th