@Target(value=METHOD) @Retention(value=RUNTIME) public @interface MakeCollection
The method must
Eg
@MakeCollection public Band createBand(BandsController root, String newName) { .. }