querydsl / codegen

Java/Scala Code generation tool
Apache License 2.0
23 stars 22 forks source link

Provide access to enclosing type #35

Closed timowest closed 8 years ago

Shredder121 commented 8 years ago

What do you think of adding Type.isNested()?

Shredder121 commented 8 years ago

Or does it complicate the API?

timowest commented 8 years ago

Or Type.isMember()? That's similar to Class.isMemberClass().

Shredder121 commented 8 years ago

Yeah, I haven't thought of that. That sounds good to me.