Annotation Type ToRunabout


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ToRunabout
    Annotation for methods that convert instances of a class to a Runabout input. The method must be: - An instance method - Take no parameters - Return a RunaboutInput representing the instance The method can have any access level.