| Author |
another modifier for method-local inner class
|
Vad Fogel
Ranch Hand
Joined: Aug 25, 2003
Posts: 504
|
|
K&B, p.479:
❑ The only modifiers you can apply to a method-local inner class are abstract and final. (Never both at the same time, though.)
strictfp is another modifier that can also be combined with either final or abstract.
|
 |
 |
|
|
subject: another modifier for method-local inner class
|
|
|