wilkinsona / project-generator

3 stars 4 forks source link

Add support for annotation attributes #4

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

The Annotation model is quite simple at the moment, we should provide a model where attributes can be added and an writer for the languages we want to support.

Some annotation attributes may contribute additional imports

snicoll commented 5 years ago

This is required to be able to generate a test file as @RunWith takes a parameter. I'd expect a contributor to be able to contribute an annotation with attributes as well.