23

In my current project my team lead created a revolutionary framework, which is capable to automate any manual work..

Here is its source code..

public class AutomateFW {

public Object automate(Object manualWork) {

// Call jr developers and assign them work :)
callFreshers(manualWork);

}

Comments
Add Comment