日本語で説明が難しい。のでやりたい事をコードで。
exec_service.submit(new Callable<String>(){ |
これをLambdaで書くと、
exec_service.submit(()->{ |
こうなるわけだけど、ここに@Trace
を設定するにはどーすれば良いか。
結論としては無理っぽい。(´・ω・`)しょぼーん
http://stackoverflow.com/questions/23968736/annotated-lambda-expression-instead-of-interface-with-single-apply-method/23983479#23983479
http://stackoverflow.com/questions/22375891/annotating-the-functional-interface-of-a-lambda-expression