You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Linux, the annotation is
@GeneratedClass(value="multiplication/spec.yaml", tag = "Default")
In windows, the annotaion is
@GeneratedClass(value="multiplication\spec.yaml", tag = "Default")
When the annotation is read by Jandex for the windows generated class, value is "multiplication pec.yaml"
The text was updated successfully, but these errors were encountered:
In Linux, the annotation is
@GeneratedClass(value="multiplication/spec.yaml", tag = "Default")
In windows, the annotaion is
@GeneratedClass(value="multiplication\spec.yaml", tag = "Default")
When the annotation is read by Jandex for the windows generated class, value is "multiplication pec.yaml"
The text was updated successfully, but these errors were encountered: