@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DontChain
This annotation, when applied to an interface, instructs that the interface should not be considered when MethodReaders and MethodWriters
are exploring interfaces to implement. It provides a mechanism to exclude certain interfaces from being processed by these components.