Annotation Interface Message


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Message
Author:
Fabrizio Giudici
  • Optional Element Summary Link icon

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Doesn't work, don't use it
    boolean
    Out of band messages are processed with priority, i.e. they are posted at the head of a queue rather than at the tail.
  • Element Details

    • outOfBand Link icon

      boolean outOfBand
      Out of band messages are processed with priority, i.e. they are posted at the head of a queue rather than at the tail.
      Returns:
      true if this message is out of band
      Default:
      false
    • daemon Link icon

      boolean daemon
      Doesn't work, don't use it
      Returns:
      true
      Default:
      true