I am looking at the javadocs for the persistence APIs (mainly to make
sure they show up nicely via code completion in NetBeans Java EE 5), and
I am a bit surprised by their minimal state.
What is the plan for Beta to update these docs? Do we have a doc writer
as well to proof read this ?
Thanks,
Ludo
For ex:
"
javax.persistence
Annotation Type Entity
------------------------------------------------------------------------
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface *Entity*
------------------------------------------------------------------------
*Optional Element Summary*
| AccessType
<file:///C:/Documents%20and%20Settings/ludo/javax/persistence/AccessType.html>|
|*access
<file:///C:/Documents%20and%20Settings/ludo/javax/persistence/Entity.html#access%28%29>*|
| java.lang.String| |*name
<file:///C:/Documents%20and%20Settings/ludo/javax/persistence/Entity.html#name%28%29>*|
name
public abstract java.lang.String *name*
*Default:*
""
------------------------------------------------------------------------
access
public abstract AccessType <file:///C:/Documents%20and%20Settings/ludo/javax/persistence/AccessType.html> *access*
*Default:*
PROPERTY