jar

se.comhem.cucumber.annotations : EnumToStringForCucumber

Maven & Gradle

Sep 02, 2014
1 stars

Enum to string for Cucumber · Processes an enum class annotated with @GenerateCucumberString, producing a new java source file which is also compiled. The generated class has a static String field, which is the concatenation of the enum values, with delimiter, suffix and prefix as specified in the annotation. These parameters (delimiter, suffix...) can be overridden. This field can be used in any annotation (but most useful in Cucumber annotations), as it's a compile time constant value.

Table Of Contents

Latest Version

Download se.comhem.cucumber.annotations : EnumToStringForCucumber JAR file - Latest Versions:

All Versions

Download se.comhem.cucumber.annotations : EnumToStringForCucumber JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window EnumToStringForCucumber-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

se.comhem.cucumber.annotations

├─ se.comhem.cucumber.annotations.ElemVisitor.class - [JAR]

├─ se.comhem.cucumber.annotations.EnumToConstStringAnnotationProcessor.class - [JAR]

├─ se.comhem.cucumber.annotations.GenerateCucumberString.class - [JAR]

Advertisement