Runtime visible type annotations
Source code
1
class
RuntimeVisibleTypeAnnotations {
2
3
void
inFormalParameter(@javax.validation.Valid String param) {
4
}
5
6
}
Bytecode
Java compiler version:
21
Other examples
Main page