What is the name of meta-annotation you would use to make your custom annotation available for multiple applyings?
@Annotation(s = "first")
@Annotation(s = "second")
public void testMethod() {}What is the name of meta-annotation you would use to make your custom annotation available for multiple applyings?
@Annotation(s = "first")
@Annotation(s = "second")
public void testMethod() {}Create a free account to access the full topic