@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface FixedSize
GenericFixed
.Modifier and Type | Required Element and Description |
---|---|
int |
value
The declared size of instances of classes with this annotation.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.