Annotation Type After


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface After
Used to add an expiration attribute when signing or as a stale check for verification. Calculate on current time plus the values included within this annotation.
Version:
$Revision: 1 $
Author:
Bill Burke
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
    int
     
    int
     
    int
     
    int
     
    int
     
  • Element Details

    • seconds

      int seconds
      Default:
      0
    • minutes

      int minutes
      Default:
      0
    • hours

      int hours
      Default:
      0
    • days

      int days
      Default:
      0
    • months

      int months
      Default:
      0
    • years

      int years
      Default:
      0