[jboss-jira] [JBoss JIRA] Resolved: (JBMAN-72) Annotation for masking an attribute

Scott M Stark (JIRA) jira-events at lists.jboss.org
Tue Apr 14 03:15:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBMAN-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott M Stark resolved JBMAN-72.
--------------------------------

    Resolution: Done


@Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Masked
{
   /** arbitrary options */
   String[] options() default {};
}


> Annotation for masking an attribute
> -----------------------------------
>
>                 Key: JBMAN-72
>                 URL: https://jira.jboss.org/jira/browse/JBMAN-72
>             Project: JBoss Managed
>          Issue Type: Feature Request
>            Reporter: Anil Saldhana
>            Assignee: Scott M Stark
>
> Something like @Mask
> Consoles can mask the particular attribute/property of the managed object.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list