-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b65
-
generic
-
generic
-
Verified
From ###@###.###:
> - The javadoc of javax.management.PropertyNames says:
>
> public class Point {
> @PropertyNames("x", "y")
> public NamedNumber(int x, int y) {
> this.x = x;
> this.y = y;
> }
>
> ...
>
> Should NamedNumber be replaced by Point?
Obviously it should.
> - The javadoc of javax.management.PropertyNames says:
>
> public class Point {
> @PropertyNames("x", "y")
> public NamedNumber(int x, int y) {
> this.x = x;
> this.y = y;
> }
>
> ...
>
> Should NamedNumber be replaced by Point?
Obviously it should.
- relates to
-
JDK-6361350 @PropertyNames example is syntactically incorrect
-
- Resolved
-