AbstractSingletonProxyFactoryBean is abstract(static.springsource.org)
static.springsource.org
AbstractSingletonProxyFactoryBean is abstract
http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.html
4 コメント
I don't know why this is getting so much attention... the documentation makes it perfectly clear that it's just a "Convenient proxy factory bean superclass for proxy factory beans that create only singletons."
I got annoyed by some of the daft names in Java, so I went through and found some of the worst offending method names. The longest method names I could find are "supportsDataDefinitionAndDataManipulationTransactions" (for Java Development Kit) and "setApplyWebRequestInterceptorsToRenderPhaseOnly (for Spring).
(see http://www.fatvat.co.uk/2011/05/method-names-in-java-develop...) for more details.
(see http://www.fatvat.co.uk/2011/05/method-names-in-java-develop...) for more details.
If you don't like long method names, stay away from Cocoa.
-willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration:
-gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:
-initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bitmapFormat:bytesPerRow:bitsPerPixel:Did anyone else think this name was a joke at first?
I don't see the problem. This class is an abstract factory so yes it is abstract!