1 package com.atlassian.plugin.osgi; 2 3 public interface Callable3 4 { 5 String call() throws Exception; 6 }