/**@class android.annotation.SystemService
 implements java.lang.annotation.Annotation

 Description of a system service available through
 {@link Context#getSystemService(Class)}. This is used to auto-generate
 documentation explaining how to obtain a reference to the service.

 @hide
*/
var SystemService = {

/**The string name of the system service that can be passed to
 {@link Context#getSystemService(String)}.
@see Context#getSystemServiceName(Class)
*/
value : function(  ) {},


};