@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 ""; }
About Question enthuware.ocpjp.v11.2.3657 :
Moderator: admin
-
- Posts: 3
- Joined: Sun Feb 07, 2021 2:58 pm
- Contact:
-
- Site Admin
- Posts: 10269
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v11.2.3657 :
You are right. Fixed.
thank you for your feedback!
thank you for your feedback!
If you like our products and services, please help us by posting your review here.
Who is online
Users browsing this forum: No registered users and 6 guests