Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2023 / 08 / 16.mkd
blob56cf62345935c7cdbacb14da85ed950293debc49
1 # 2023/08/16
3 ## 09:49
5 IntelliJ has this plugin called EmbeddedProjectJdk and it is great because I can
6 define my own SquirrelJME SDK for the project. This basically makes things very
7 convenient as basically:
9  * Context clicking on a JDK class goes to my API.
10  * Documentation shows the documentation as per my own API.
11  * Private and package-private fields in classes no longer show up as errors when
12    accessed, because these are specific to SquirrelJME.
13  * APIs that do not exist in CLDC 8 are no longer suggested so that means basically
14    that whenever I do `Collections` or otherwise, it does not suggest methods such
15    as `unmodifiableList()`.