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
version is 3.0.0-M2
in Java: class A{ String name; List<A> items; }
then in generated doc ,
there is no $ref link for items . but type is null . Expect the type should be the A type itself .