What does the @ sign means in java?

后端 未结 4 806
执念已碎
执念已碎 2020-12-09 01:04

Below is the code snippet.

@Intercepts({@Signature(
type= Executor.class,
method = \"update\",
args = {MappedStatement.class,Object.class})})
public class
<         


        
4条回答
提交回复
热议问题