@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AlwaysQualify
A Marshaller which is annotated with this will always be fully qualified with it's reported type
on the wire. No inference will be used. This may be needed if you have a parent marshaller, and
child marshallers for edge-case implementations.
- Author:
- Mike Brock