Annotation Type GogoCommand


  • @ComponentPropertyType
    @Retention(CLASS)
    @Target(TYPE)
    public @interface GogoCommand
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PREFIX_  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] function  
      java.lang.String scope  
    • Field Detail

      • PREFIX_

        static final java.lang.String PREFIX_
    • Element Detail

      • scope

        java.lang.String scope
        Returns:
        the scope used to disambiguate command functions
      • function

        java.lang.String[] function
        Returns:
        the command functions provided by the service