1 package com.atlassian.plugin.osgi; 2 3 public interface BooleanFlag { 4 boolean get(); 5 6 void set(boolean flag); 7 }