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