Annotation Type AnnotationFormat


  • @Documented
    @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    public @interface AnnotationFormat
    Allows arguments of step methods to be formatted with an AnnotationArgumentFormatter. This annotation can only appear on custom annotations. The custom annotation can then be applied to step arguments

    For an example usage see the Formatf annotation

    Since:
    0.7.0