@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.

Reply via email to