Skip to content

LotfiAli/CreateSetterObjectplugin-intellij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreateSetterObjectplugin-intellij

Controller cww = new Controller();

you can with plugin create this

 public Controller createController() {
    Controller item = new Controller();
    item.setName();
    item.setFamily();
    return item;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages