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.

Reply via email to