add javadoc comment and @since

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1414471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-27 23:43:10 +00:00
parent 8bf7b14a83
commit 1814062734
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ import java.util.List;
/**
* ConfigurationFactory
*
* @since 2.1
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
*
*/

View File

@ -25,10 +25,11 @@ import java.util.List;
/**
* @author Olivier Lamy
* @since 2.1 moved to an interface
*/
public interface UserConfiguration
{
@PostConstruct
void initialize()
throws RegistryException;
@ -44,7 +45,6 @@ public interface UserConfiguration
boolean getBoolean( String key, boolean defaultValue );
@SuppressWarnings( "unchecked" )
List<String> getList( String key );
String getConcatenatedList( String key, String defaultValue );