[maven-release-plugin] copy for tag wamblee-utils-0.2
[utils] / security / src / main / java / org / wamblee / security / authorization / StartsWithPathCondition.java
index 3096430e5994c9c45a7a36eae1d9fc41ee880637..59f8627c01e5ec06a3d7dbe36b5d9b7610c23f39 100644 (file)
@@ -19,6 +19,8 @@ package org.wamblee.security.authorization;
 
 /**
  * Condition to check whether a path starts with a given string. 
+ *
+ * @author Erik Brakkee
  */
 public class StartsWithPathCondition extends RegexpPathCondition {