-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
5.0
-
Fix Understood
-
generic
-
generic
There are two javabean property modifiers: bound or constarined. So any javabean property either simple or indexed may have or not such modifiers (see http://java.sun.com/docs/books/tutorial/javabeans/properties/index.html).
However the javadoc spec doesn't specify a type of a property.
In the source code there is @beaninfo tag but this tag is not oficial and doesn't affect to the html spec.
For example, there is a property java.awt.Component.setBackground(Color c) with no specification of binding. But in fact such a property is bound.
###@###.### 2005-03-25 16:07:20 GMT
However the javadoc spec doesn't specify a type of a property.
In the source code there is @beaninfo tag but this tag is not oficial and doesn't affect to the html spec.
For example, there is a property java.awt.Component.setBackground(Color c) with no specification of binding. But in fact such a property is bound.
###@###.### 2005-03-25 16:07:20 GMT
- relates to
-
JDK-6603635 links to tutorials broken in JTable API doc
-
- Closed
-