@Documented @Qualifier @Parameter(value=java.lang.Boolean.class) @DefaultBoolean(value=true) @Target(value={PARAMETER,METHOD}) @Retention(value=RUNTIME) public @interface UseTimestamps
Parameter controlling whether a component is supposed to use timestamps. Set this to false
to ignore timestamps. This only takes effect for certain components that can make optional use of timestamps.