I'm writing code with a lot of minor methods of the literally-can't-be-incorrect variety (e.g. one-line get/set methods for private fields), and while debugging, I don't want to accidently step into one of them because that changes the stack which resets the focus on my fields and variables.
Is there any sort of @ annotation or something like that which will tell the debugger, "if you're told to step into this function, step over it instead"?