Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Support of @deprecated tag for java wrappers

is there any way to make a wrapper class or methods deprecated in java wrappers (support of @deprecated annotation)? It would be very convenient.

For example, feature2d wrappers like FeatureDetector and DescriptorExtractor seem to be redundant as the same functionality is now supported in opencv3.1 through children of Feature2D class. It would be good to annotate these classes as obsolete so that developers would be encouraged to use new more extensible and flexible API.

If the @deprecated annotation is not supported yet what would be the correct approach to introduce it to opencv 3.1?