EAnnotation information is only added to javadoc if annotation has at least one key/value [message #1151404] |
Wed, 23 October 2013 06:21  |
Eclipse User |
|
|
|
Hi,
We have EAnnotations that don't use any key/value pairs. Their sole
presence is semantically relevant. I now noticed that for such
annotations, the generated Interfaces don't have information about the
annotation generated in the javadoc for the annotated feature.
Annotations that have a key/value ARE generated into
the javadoc, like this:
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>A</b></em>'.
* <!-- end-user-doc -->
*
*
* @see a.APackage#getA()
* @model annotation="http://yo/emf/rul3z a='a'"
* @generated
*/
public interface A extends EObject {
} // A
Can I do anything to make those lonely key/value-less annotations be
added to the javadoc too? Maybe a feature request?
Thanks,
Felix
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10441 seconds