Content deleted Content added
do() -> doSomething(), methods -> method |
add public to implemented method, networkOperationsPresent -> networkOperations |
||
Line 1,333:
class ActionHandler implements ActionListener, RequestListener {
public void actionSelected(int action) {
}
Line 1,384:
<source lang=Java5>
@BlockingOperations(/*mandatory*/ fileSystemOperations = true,
/*optional*/
void openOutputStream() { //Annotated method
}
|