forked from AtlasOfLivingAustralia/ala-web-theme
-
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.
AlaSecured annotations can now be applied to "property" style control…
…ler actions, including webflow actions
- Loading branch information
davidbairdala
authored and
davidbairdala
committed
Jul 15, 2014
1 parent
920a3d8
commit 28d4390
Showing
5 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Grails Metadata file | ||
#Thu May 15 09:16:05 EST 2014 | ||
app.grails.version=2.3.8 | ||
#Tue Jul 15 14:07:18 EST 2014 | ||
app.grails.version=2.3.11 | ||
app.name=ala-web-theme | ||
app.servlet.version=2.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* | ||
* @author Simon Bear ([email protected]) | ||
*/ | ||
@Target({ElementType.TYPE, ElementType.METHOD}) | ||
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD}) | ||
@Retention(RetentionPolicy.RUNTIME) | ||
@Documented | ||
@Inherited | ||
|