-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b44
-
unknown
-
windows_nt
> Josh, I notice that for a nested enum:
>
> public @interface AutomaticKeyGeneration {
> enum AutomaticKeyGenerationType { Unspecified, Oracle, SQLServer,
> SQLServer2000, NamedSequenceTable };
> AutomaticKeyGenerationType type();
>
> The Javadoc doesn't document the enum:
>
> *Required Member Summary*
> | com.bea.wls.ejbgen.annotations.AutomaticKeyGenerationType| |*type
> <imap://###@###.###y:143/fetch%3EUID%3E/INBOX%3E61186?header=quotebody&part=1.1.2&filename=AutomaticKeyGeneration.html>*|
>
> (Oracle|SQLServer|SQLServer2000|NamedSequenceTable)
> Specifies the type of the key generator.
>
>
> So I can' t click on it to see its values.
>
> public @interface AutomaticKeyGeneration {
> enum AutomaticKeyGenerationType { Unspecified, Oracle, SQLServer,
> SQLServer2000, NamedSequenceTable };
> AutomaticKeyGenerationType type();
>
> The Javadoc doesn't document the enum:
>
> *Required Member Summary*
> | com.bea.wls.ejbgen.annotations.AutomaticKeyGenerationType| |*type
> <imap://###@###.###y:143/fetch%3EUID%3E/INBOX%3E61186?header=quotebody&part=1.1.2&filename=AutomaticKeyGeneration.html>*|
>
> (Oracle|SQLServer|SQLServer2000|NamedSequenceTable)
> Specifies the type of the key generator.
>
>
> So I can' t click on it to see its values.