/**
* Don't use this method
* or all your data will be lost.
*/
public void foo(){
//...
}
well, use a better explanation why the user should not use this method...
Remember that it's not hard to find any (public) method using a decompiler or Reflection.