Package fr.marcwrobel.jbanking.internal
Annotation Type LastVerification
@Documented
@Retention(RUNTIME)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
public @interface LastVerification
Document the last verification date of a list (of countries, of currencies...).
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns the last verification date of the annotated element.- Returns:
- a non null date formatted as
yyyy-MM-dd(e.g. 2022-07-20)
-