You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2009/08/07 01:13:14 UTC

[jira] Created: (MYFACES-2308) @JSFExclude should be annotated on methods and local fields

@JSFExclude should be annotated on methods and local fields
-----------------------------------------------------------

                 Key: MYFACES-2308
                 URL: https://issues.apache.org/jira/browse/MYFACES-2308
             Project: MyFaces Core
          Issue Type: Bug
          Components: build process
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


@Target annotation should be changed to:

@Target(value={
        ElementType.TYPE,
        ElementType.METHOD,
        ElementType.LOCAL_VARIABLE,
        ElementType.FIELD,
        ElementType.CONSTRUCTOR})

It is very rare to use this annotation, but I have found one ugly case on MYFACES-2307 Generate HtmlHead and HtmlBody.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.