public class ComplexClassForCustomAnnotation extends Object
| Constructor and Description |
|---|
ComplexClassForCustomAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
char |
getC() |
int |
getI() |
String |
getS() |
void |
setC(char c) |
void |
setI(int i) |
void |
setS(String s) |
public int i
public char c
public String s
Copyright © 2005–2025. All rights reserved.