@Documented @Target(value=METHOD) @Inherited @Retention(value=RUNTIME) public @interface Form
String
name
int
errorCode
message
type
public abstract String name
public abstract String message
public abstract String type
public abstract int errorCode
Copyright © 2024. All rights reserved.