@Retention(value=SOURCE) public @interface NotYear2038Safe
Usage directions: Use this annotation sparsely! If it is easy, rather fix the issue instead of annotating it. A proper use of this annotation is to actively document decisions to not make it safe (efficency reasons) See https://en.wikipedia.org/wiki/Year_2038_problem for the background.
public abstract String comment
Copyright © 2018 trivago. All rights reserved.