Skip to content

Instantly share code, notes, and snippets.

@thomasfenaroli-wf
Created October 17, 2025 15:41
Show Gist options
  • Save thomasfenaroli-wf/b9f75a19375bc93d928be210ea31ba40 to your computer and use it in GitHub Desktop.
Save thomasfenaroli-wf/b9f75a19375bc93d928be210ea31ba40 to your computer and use it in GitHub Desktop.
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface ValidUntil {
String staleAt() default "";
String expiredAt() default "";
String author();
String message() default "None";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment