Skip to content

Commit

Permalink
Adding javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed Nov 15, 2023
1 parent b7d3993 commit 0054201
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
import java.util.HashMap;
import java.util.Map;

/**
* This class is internal and not for public use. Its APIs are unstable and can change at any time.
*/
public final class ServiceManager implements Lifecycle {

private final Map<Class<? extends Service>, Service> services = new HashMap<>();
Expand Down

0 comments on commit 0054201

Please sign in to comment.