Package dev.runabout.annotations
Annotation Type ToRunabout
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface ToRunaboutAnnotation 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.