问题:

Usage of API documented as @since 1.8+ less... (Ctrl+F1)
This inspection finds all usages of methods that have @since tag in their documentation. This may be useful when development is performed under newer SDK version as the target platform for production

Error:(96, 80) java: -source 1.7 中不支持 lambda 表达式
(请使用 -source 8 或更高版本以启用 lambda 表达式)

 

解决方法:

在Idea中,按 shift+Ctrl+Alt+s出现如下图:

 

idea代码出现Usage of API documented as @since 1.8+ less... (Ctrl+F1)

 

.

 

相关文章:

  • 2021-04-10
  • 2021-05-22
  • 2022-12-23
  • 2021-04-15
  • 2021-08-06
  • 2021-06-22
  • 2021-04-19
猜你喜欢
  • 2021-11-27
  • 2021-05-05
  • 2021-10-21
  • 2021-09-22
  • 2021-09-29
  • 2021-12-13
相关资源
相似解决方案