package com.beanu.arad; import org.greenrobot.eventbus.EventBus; /** * Arad-Android Rapid Application Development * * @author Beanu */ public class Arad { public static AradApplication app; public static DB db; public static Preferences preferences; public static EventBus bus; }