Annotations serve as modifiers that can be added to packages, classes, interfaces, methods, or field declarations.
标注作为修饰符,可以添加到包、类、接口、方法或字段声明中。
visibility shows field and method modifiers: public, protected, private, or default.
visibility 展示字段和方法修改语:public、protected、private或 default。
Adds a new field to the type, with the given name, attributes, field type, and custom modifiers.
使用指定的名称、属性、栏位型别和自订修饰词,将新的栏位加入型别。
应用推荐