mjedynak / builder-generator-idea-plugin

MIT License
150 stars 74 forks source link

Problems with inner classes #27

Open anatolykondratyev opened 8 years ago

anatolykondratyev commented 8 years ago

Problem I have an interface, there is inner class in the interface. If I try to generate builder for inner class, plugin tries to generate Builder for interface, not inner class, what is wrong.

Is it possible to choose target class for builder?

slobokot commented 6 years ago

Plugin doesn't work for inner class of a class as well.

zhanyigo commented 6 years ago

Hi, Is there any idea or plan for the inner classes? I think this feature is very important.