Gerhard Petracek created BVAL-184:
-------------------------------------
Summary: Support for proxied instances
Key: BVAL-184
URL: https://issues.apache.org/jira/browse/BVAL-184
Project: BVal
Issue Type: New Feature
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
currently org.apache.bval.jsr.util.Proxies just detects the real class, but
that means only getters can get annotated.
with a spi like
{code}
public interface InstanceResolver extends Comparable<InstanceResolver> {
<T> T resolveInstance(T instance);
//...
}
{code}
it would be possible to create resolvers for external libs (like owb, weld, ...)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)