@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 :
Moderators: Site Manager, fjwalraven
-
- Posts: 3
- Joined: Sun Feb 07, 2021 2:58 pm
- Contact:
-
- Site Admin
- Posts: 10384
- 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!
Who is online
Users browsing this forum: No registered users and 10 guests