@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface UserAttribute
Modifier and Type | Required Element and Description |
---|---|
String |
name
The user attribute name.
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
Provides locale-specific text describing the user attribute for use by the portal application or by tools.
|
public abstract String name
public abstract LocaleString[] description
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.