org.terracotta.toolkit.tck
Annotation Type TCKStrict


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TCKStrict

Marker annotation for TCK - interfaces or classes annotated with this annotation will be checked for backward compatibility between minor releases by TCK. Interfaces that are meant to be implemented by users should be annotated with this annotation. Typically event callback interfaces, listener interfaces, enums etc should be marked with this annotation as those interface are supposed to be implemented by toolkit users.



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.