mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
Written javadoc for many classes
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
package com.l2jserver.service;
|
||||
|
||||
/**
|
||||
* Each Service is a provider of a given feature. Most services will want to
|
||||
* implement {@link AbstractService} class instead of this interface.
|
||||
*
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
*/
|
||||
public interface Service {
|
||||
/**
|
||||
* Start this service
|
||||
|
||||
Reference in New Issue
Block a user