@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Transformable
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Transformer> |
transformer
The
Transformer to use. |
public abstract Class<? extends Transformer> transformer
Transformer
to use. Please specify your custom transformer instead of relying on the default one which
is slow.Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.