forked from spring-attic/spring-roo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROO-2803: Create add-on for displaying a pretty-print representation …
…of a class - renamed add-on to addon-displaystring and method generated to getDisplayString()
- Loading branch information
Alan Stewart
committed
Oct 7, 2011
1 parent
8c645bb
commit 879c42f
Showing
25 changed files
with
127 additions
and
241 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
.../src/main/java/org/springframework/roo/addon/displayname/DisplayNameMetadataProvider.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.../main/java/org/springframework/roo/addon/displaystring/DisplayStringMetadataProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.springframework.roo.addon.displaystring; | ||
|
||
import org.springframework.roo.classpath.itd.ItdTriggerBasedMetadataProvider; | ||
|
||
/** | ||
* Provides {@link DisplayStringMetadata}. | ||
* | ||
* @author Alan Stewart | ||
* @since 1.2.0 | ||
*/ | ||
public interface DisplayStringMetadataProvider extends ItdTriggerBasedMetadataProvider {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.