Skip to content

Commit 272f86b

Browse files
committed
Update java ideas a bit
1 parent ff5d5d4 commit 272f86b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/java_ideas

-9
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ private:something=
2323
protected and public methods should probably just be open, to make it easy.
2424

2525

26-
27-
28-
29-
How to refer to full class names?
30-
Foo
31-
java:util:HashMap
32-
xml:com:sun:blarg:Foo$Bar$Quux ;; inner classes
33-
xml:com:sun:blarg:Foo Bar Quux ;; inner classes
34-
3526
To figure out:
3627
- args by name functionality?
3728
- how to send code to Java methods?

0 commit comments

Comments
 (0)