Revision created by MOE tool push_codebase.
[gae.git] / java / src / main / com / google / appengine / api / capabilities / ICapabilitiesServiceFactory.java
blobac8e16901179abfa19e4f0e799f3c29ad8ccd4a8
1 // Copyright 2012 Google Inc. All rights reserved.
2 package com.google.appengine.api.capabilities;
4 /**
5 * Factory for creating a {@link CapabilitiesService}.
7 */
8 public interface ICapabilitiesServiceFactory {
10 /**
11 * Creates an implementation of the {@link CapabilitiesService}.
13 * @return an instance of the capabilities service.
15 CapabilitiesService getCapabilitiesService();