为什么要求@SafeVarargs方法是最终的,即使类本身是最终的?

时间:2015-05-26 07:40:39

标签: java java-7 javac variadic-functions

有点similar question,但这里的情况不同。

如果您想要使用Select c.city, COUNT(p.city) As 'No.of persons' from #cities c Left join #perrson p on c.city= p.city group by c.city ,则需要制作方法var hammerTime = new Hammer($('#hammerTarget').get(0)); hammerTime.add(new Hammer.Pinch({event: 'pinch'})); // Add pinch gesture events. hammerTime.on('pinchin', function(event) { console.log('hammer pinchin'); }).on('pinchout', function(event) { console.log('hammer pinchout'); }).on('pinchend', function(event) { console.log('hammer pinchend'); });

final
好的,好的。但是,即使在这种情况下,你也需要将方法设为最终:

@SafeVarags

为什么这个类本身对于编译器来说是最终的呢?这是因为一些模糊的“射击自己在脚下”的反思吗?

0 个答案:

没有答案