attrs.java 142 B

12345678910
  1. @attribute_should_not_be_a_function("word")
  2. class A
  3. {
  4. @nested_attribute_should_not_be_a_function("word")
  5. int function()
  6. {
  7. }
  8. }