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