About Question enthuware.ocpjp.v11.2.3657 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
barrantesgerman
Posts: 3
Joined: Sun Feb 07, 2021 2:58 pm
Contact:

About Question enthuware.ocpjp.v11.2.3657 :

Post by barrantesgerman »

@Retention(RetentionPolicy.RUNTIME) public @interface JSONField {     public String name() = ""; }
it's not valid
should be
@Retention(RetentionPolicy.RUNTIME) public @interface JSONField { public String name() default ""; }

admin
Site Admin
Posts: 10384
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v11.2.3657 :

Post by admin »

You are right. Fixed.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests