()
| 87 | insureNo("transient", "Method"); |
| 88 | } |
| 89 | private void validateForField() |
| 90 | { |
| 91 | insureNo("synchronized", "Variable"); |
| 92 | insureNo("native", "Variable"); |
| 93 | insureNo("abstract", "Variable"); |
| 94 | } |
| 95 | private void validateForClass() |
| 96 | { |
| 97 | validateForMethod(); // volatile, transient |