Annotation Export

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    
    public @interface Export
    
                        

    How a goal should be exposed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String name() Set to override the name of the goal when it is exported.
      abstract boolean remote()
      abstract boolean local()
      abstract Array<Class<out Object>> startingInputTypes() Any starting input types for the goal we might want to prompt for
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • name

         abstract String name()

        Set to override the name of the goal when it is exported.

      • remote

         abstract boolean remote()
      • local

         abstract boolean local()