@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE,PACKAGE})
public @interface IgnoreSizeOf
SizeOf
Modifier and Type | Optional Element and Description |
---|---|
boolean |
inherited
Controls whether the annotation, when applied to a
type is to be applied to all its subclasses
as well or solely on that type only. |