Skip to content

Commit

Permalink
SilverThings#9 added lookup strategy interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marvec authored and Jakub Cechacek committed Dec 9, 2015
1 parent 2bff037 commit b583459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @author Martin Večeřa <[email protected]>
*/
public class LookupStrategy {
public interface LookupStrategy {

void initialize(final Context context, final MicroserviceMetaData metaData, final Set<Annotation> options);

Expand Down

0 comments on commit b583459

Please sign in to comment.