Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Any reason why an ObjectTypeConverter can't live on a package?

http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#How_to_Use_the_.40ObjectTypeConverter_Annotation indicates that the ObjectTypeConverter annotation can only be applied to a Type or Method or Field.

Any reason why this annotation cannot also live at the package level?  It would be very nice to be able to reference a common ObjectTypeConverter from several classes in the same package.

Best,
Laird

Back to the top