java中的Annotation

java中包含5个基本的Annotation:

  @Override
  @Deprecated
  @SuppressWarnings
  @SafeVarargs
  @FunctionalInterface
……待续
 
原文地址:https://www.cnblogs.com/lixiaolun/p/4320840.html