Annotation Type Navbar


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Navbar
    Declares that the field represents a navi-bar (horizontal links). The type of a navi-bar must be a custom class, with @Link-s in it (other elements are permitted as well)
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean alignLeft  
    • Element Detail

      • alignLeft

        boolean alignLeft
        Default:
        false