sting-ioc / sting

https://sting-ioc.github.io
Apache License 2.0
8 stars 0 forks source link

Generate a error if a Fragment type encloses other Fragments or Injectable types #24

Closed realityforge closed 4 years ago

realityforge commented 4 years ago

The annotation processor should generate an error if a type annotated by @Fragment contains another class that is annotated with either @Fragment or @Injectable. Unlike injectors, fragments do not auto-include enclosed types and thus this may be a confusing construct.

realityforge commented 4 years ago

Done