org.babyfish.lang.Singleton$Resource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of babyfish-core Show documentation
Show all versions of babyfish-core Show documentation
The core project of babyfish,
it supports
(1) .NET style event notification API
(2) Object Graph Travel API
(3) Typed I18N
(4) X Collection Framework
(5) MA Collection Framework
(6) ObjectModel4Java
The newest version!
illegalConstructorInvocation = The "new {0}()" is not allowed, please invoke the static method "{1}.getInstance({0}.class)"
noDefaultConstructor = There must be an constructor with no parameters in the class "{0}"
defaultConstructorMustNotBePublic = The constructor with no parameters of the class "{0}" must not be public
defaultConstructorThrowsCheckedException = The constructor with no parameters of the class "{0}" must throw no check exceptions, but actually it throws "{1}" that is checked
© 2015 - 2025 Weber Informatics LLC | Privacy Policy