Skip to content

Commit

Permalink
- NotImplementedException
Browse files Browse the repository at this point in the history
- TMessageAnnotationProcessor
- JavaDoc expansion
- PlaceholderValue Annotation + PlaceholderValueAnnotationProcessor
  • Loading branch information
rotgruengelb committed Jan 22, 2024
1 parent e27ab39 commit 1635ef7
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 190 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build/
out/
!**/src/main/**/out/
!**/src/test/**/out/
.idea/discord-ij.xml

### Eclipse ###
.apt_generated
Expand Down
124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'Nixienaut'

rootProject.name = 'Nixienaut'
3 changes: 3 additions & 0 deletions src/main/java/net/rotgruengelb/nixienaut/Dummy.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package net.rotgruengelb.nixienaut;

import net.rotgruengelb.nixienaut.annotation.PlaceholderValue;

/**
* This is a dummy class.
*
Expand All @@ -13,6 +15,7 @@ public class Dummy {
*
* @see Dummy
*/
@PlaceholderValue("TODO")
public static void _void() {
}
}
Loading

0 comments on commit 1635ef7

Please sign in to comment.