Annotationsschnittstelle LastAccess


@Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface LastAccess
User: Stephan Bösebeck Date: 29.05.12 Time: 15:32

Tell the type to store the last access. Field is specified by the same annotation at field level. Attention: this causes one write access for every read!

  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    define the format for access time when storing into strings Careful: this will slow down reading
  • Elementdetails

    • dateFormat

      String dateFormat
      define the format for access time when storing into strings Careful: this will slow down reading
      Gibt zurück:
      Standard:
      "yyyy-MM-dd hh:mm:ss"