标签:super package document extends array tar main mod expand
package com.yu.annotation;
?
import java.util.ArrayList;
?
//什么是注解
public class Test01 extends Object{
?
?
// @Override 重写的注解
package com.yu.annotation;
?
import java.lang.annotation.*;
?
标签:super package document extends array tar main mod expand
原文地址:https://www.cnblogs.com/liushuaiyu/p/14758978.html