public class SimpleAnnotation extends Object implements IAnnotation
| 构造器和说明 |
|---|
SimpleAnnotation() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
access()
访问权限
|
SimpleAnnotation |
access(int access) |
String |
fullName()
全称
|
SimpleAnnotation |
fullName(String fullName) |
String |
name()
简称
|
SimpleAnnotation |
name(String name) |
Class |
type()
类型
|
SimpleAnnotation |
type(Class type) |
public SimpleAnnotation name(String name)
public SimpleAnnotation fullName(String fullName)
public SimpleAnnotation type(Class type)
public SimpleAnnotation access(int access)
Copyright © 2024. All rights reserved.