Skip to content

Commit

Permalink
Added some methods to wrappers to increase usability.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Aug 28, 2024
1 parent 125c427 commit 87a6d32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ public boolean isNested() {

/**
* Gets the nested name of the element.
* If the TypeElement isn't a nested type the simple name will be returned.
*
* @return the simple name of the element
* @return the nested name of the element
*/
public String getNestedName() {

Expand Down

0 comments on commit 87a6d32

Please sign in to comment.