@Target(value=METHOD) @Retention(value=SOURCE) public @interface Virtual
该注解用于提醒、强调父类虽然有默认实现,但子类可以根据自己的需要覆写。
Copyright © 2026. All rights reserved.