@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Default
Modifier and Type | Optional Element and Description |
---|---|
boolean |
serializableProxy
Determines if the generated proxy should be
Serializable . |
public abstract boolean serializableProxy
Serializable
. If the annotated type
already is serializable, such an explicit specification is not required.true
if the generated proxy should be Serializable
.Copyright © 2014–2015. All rights reserved.