1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-02-06 01:32:54 +00:00

Greatly improves source code documentation

This commit is contained in:
2011-12-27 16:42:05 -02:00
parent 998a93f9d2
commit 92c72ff155
149 changed files with 3260 additions and 256 deletions

View File

@@ -3,6 +3,12 @@ package com.l2jserver.service.database;
import com.l2jserver.model.Model;
import com.l2jserver.model.id.ID;
/**
* The {@link DAOResolver} resolves the {@link DataAccessObject} that provides
* database operations for an given {@link Model} instance
*
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/
public interface DAOResolver {
/**
* Returns the {@link DataAccessObject} used to retrieve and save objects of