Name: krT82822 Date: 04/20/99
If you eventually support the @beaninfo tag for generating a BeanInfo
class, why not also support a @manifest tag for generating manifest
entries. For example, the following javadoc tag would create a manifest
entry for the file my/package/MyBean.class
package my.package;
/**
* @manifest
* Java-Bean: True
* Depends-On: my/package/MyClass.class images/PrettyPicture.gif
* My-Custom-Header: foo
*/
public class MyBean {
...
}
(Review ID: 57235)
======================================================================
If you eventually support the @beaninfo tag for generating a BeanInfo
class, why not also support a @manifest tag for generating manifest
entries. For example, the following javadoc tag would create a manifest
entry for the file my/package/MyBean.class
package my.package;
/**
* @manifest
* Java-Bean: True
* Depends-On: my/package/MyClass.class images/PrettyPicture.gif
* My-Custom-Header: foo
*/
public class MyBean {
...
}
(Review ID: 57235)
======================================================================