View Javadoc

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