@Retention(value=RUNTIME) @Target(value={}) public @interface Attributes
The default interface attributes for unspecified fields is Private/Private/Unknown.
| Modifier and Type | Optional Element and Description |
|---|---|
StabilityLevel |
data
The stability level of the data.
|
DependencyClass |
dependency
The interface attribute's dependency class.
|
StabilityLevel |
name
The stability level of the name.
|
public abstract StabilityLevel name
public abstract StabilityLevel data
public abstract DependencyClass dependency
Copyright © 2012. All Rights Reserved.