gpt4 book ai didi

java - 不明白接口(interface)中的方法

转载 作者:太空宇宙 更新时间:2023-11-04 13:04:59 26 4
gpt4 key购买 nike

我有以下界面:

@InterceptorBinding
@Target(value={ElementType.TYPE,ElementType.METHOD,ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Transactional {

public Class[] rollbackon() default {};

}

default {} 的含义是什么?我知道在 Java 8 中可以在接口(interface)中实现具体方法。是这样的吗?

最佳答案

这是我的错:-))):

首先:Transactional 不是一个接口(interface),它是一个注释。

对于注释,您可以通过类似方法的声明来定义属性。

对于此属性或“方法”,您可以选择定义默认值。

关于java - 不明白接口(interface)中的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34572068/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com