@Documented
@Retention(value=CLASS)
@Target(value={PARAMETER,LOCAL_VARIABLE,FIELD})
public @interface PropertyKey
Modifier and Type | Required Element and Description |
---|---|
@NonNls java.lang.String |
resourceBundle
The full-qualified name of the resource bundle in which the property keys must
be present.
|
@NonNls public abstract @NonNls java.lang.String resourceBundle