alfasoftware / astra

Astra: a Java tool for analysing and refactoring Java source code
Apache License 2.0
68 stars 35 forks source link

Added Marker Annotation Unittest #76

Closed Hunter-1 closed 3 years ago

Hunter-1 commented 3 years ago

Added A Marker Annotation Unittest Closes #60

RadikalJin commented 3 years ago

Hello @Hunter-1, and thank you for your contribution to Astra. This is excellent. Could we expand this further by avoiding calling withOptionalAnnotationMember(""), so that the annotation is added without the braces? This could either be a separate test or we could update the one you've already written here.

Hunter-1 commented 3 years ago

Hello @Hunter-1, and thank you for your contribution to Astra. This is excellent. Could we expand this further by avoiding calling withOptionalAnnotationMember(""), so that the annotation is added without the braces? This could either be a separate test or we could update the one you've already written here.

Yes, that's fine.