Annotation Type Message


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

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

      • outOfBand

        boolean outOfBand
        Out of band messages are processed with priority, that is 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

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