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
jsonschema2pojo 1.1.0 re-introduces the @Generated annotation on generated classes. The current implementation will add javax.annotations.processing.Generated if available, or if not then javax.annotations.Generated.
Since Android users may not have javax.annotations.Generated or javax.annotations.processing.Generated available, they can use the following libraries:
jsonschema2pojo 1.1.0 re-introduces the
@Generated
annotation on generated classes. The current implementation will addjavax.annotations.processing.Generated
if available, or if not thenjavax.annotations.Generated
.Since Android users may not have javax.annotations.Generated or javax.annotations.processing.Generated available, they can use the following libraries:
javax.annotations.Generated
, see javax.annotation:javax.annotation-api:1.3.2javax.annotations.processing.Generated
, see org.jsonschema2pojo:jsonschema2pojo-jdk-annotation:0.0.1The text was updated successfully, but these errors were encountered: