JAVA placeholder annotation

165 Views Asked by At

What java annotation should I use to alert the class / method user that currently the class / method don't preform there declared intent? (When used as a placeholder) @deprecated is not quite right because it suggests there is some other method to replace the current one while there is no such method.

0

There are 0 best solutions below