SHL-23 - Create docbook based reference guide

This commit is contained in:
Mark Pollack
2012-07-17 22:16:47 -04:00
parent eedbec77dc
commit 085cb4359b
5 changed files with 138 additions and 32 deletions

View File

@@ -16,9 +16,11 @@
package org.springframework.shell.plugin;
/**
* Banner provider. Plugin should implement this interface to replace the version banner.
* <code>getOrder</code> indicate the priority, higher values can be interpreted as lower priority
* Banner provider. Plugins should implement this interface to replace the version banner.
* Use the @Order annotation to specify the priority of the banner to be display, higher
* values can be interpreted as lower priority
*
* @author Jarred Li
* @since 1.0