@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface MapsFrom
An annotation that provides a mechanism for the developer to narrow down the scope
of a client-side ExceptionMapper
to just a subset of REST Interfaces being
used by the application. This annotation allows the developer to apply different
ExceptionMapper
implementations to different REST APIs, in case the APIs
being used by the application do not share a common set of errors.
public abstract Class<?>[] value
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.