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