Skip to content

Commit 03d1ad2

Browse files
authored
Create record.pu
1 parent 8803d52 commit 03d1ad2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

input/record.pu

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
https://github.com/plantuml/plantuml/pull/2232
2+
3+
@startuml
4+
record Key {
5+
- namespace : String
6+
- key : String
7+
+ {static} NAMESPACED_KEY_PATTERN : Pattern
8+
+ Key(namespace : String, key : String)
9+
+ full() : String
10+
+ toString() : String
11+
}
12+
13+
@enduml
14+
15+
https://github.com/plantuml/plantuml/pull/2232
16+
17+
18+
@startuml
19+
dataclass AngleData <<lombok>> {
20+
- aimingPitch : double
21+
- aimingYaw : double
22+
- aimingFinished : boolean
23+
- lastAimed : long
24+
- timestampAimingMode : long
25+
}
26+
@enduml

0 commit comments

Comments
 (0)