Errai 3.0.1-SNAPSHOT

org.jboss.errai.enterprise.shared.api.annotations
Annotation Type MapsFrom


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

Author:
eric.wittmann@redhat.com

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.