Intention action: create getter Permanently deleted user 创建于 2004年08月17日 13:45 Hi,Is there way to configure the visibility of the Create getter intention action? It always creates public accessors and I usually create private and sometimes protected accessors.Thanks,Franklin.
Hi,
Can I use templates for automatic setter creation?
I want to create
public void setSomething(final String newSomethingValue) {
something = newSomethingValue;
}