标签: java methods parameters annotations
我想创建一个带参数的方法。参数必须是具有特定Annotation的任何Class中的Object。通过向它传递一个不包含特定Annotation的对象来调用此方法必然会导致编译错误。
实现这一目标的最佳方式是什么?