You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2009/05/29 03:12:45 UTC

[jira] Created: (EXTVAL-43) typesafe constraint parameter mechanism

typesafe constraint parameter mechanism
---------------------------------------

                 Key: EXTVAL-43
                 URL: https://issues.apache.org/jira/browse/EXTVAL-43
             Project: MyFaces Extensions Validator
          Issue Type: New Feature
          Components: Core
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


mechanism which allows generic and typesafe parameters for annotations

example:
public @interface MyAnnotation
{
  Class<? extends ValidationParameter>[] parameters();
}

usage:
@MyAnnotation(parameters = MyValue.class)


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


[jira] Resolved: (EXTVAL-43) typesafe constraint parameter mechanism

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTVAL-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTVAL-43.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.3-SNAPSHOT
                   1.2.3-SNAPSHOT

> typesafe constraint parameter mechanism
> ---------------------------------------
>
>                 Key: EXTVAL-43
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-43
>             Project: MyFaces Extensions Validator
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 1.2.3-SNAPSHOT, 1.1.3-SNAPSHOT
>
>
> mechanism which allows generic and typesafe parameters for annotations
> example:
> public @interface MyAnnotation
> {
>   Class<? extends ValidationParameter>[] parameters();
> }
> usage:
> @MyAnnotation(parameters = MyValue.class)

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