Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ A
Class
A
04fx/spring01/src/main/java/io/kimmking/spring01/A.java:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
lombok.Data;
4
5
@Data
6
public
class
A {
7
8
private
int
age;
9
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected