org.babyfish.lang.StatefulObject.properties Maven / Gradle / Ivy
The newest version!
ownerIsNotSerializable = Invalid operation on the class "{0}", the method "{1}" can not be called because this class does not implement "java.io.Serializable"
invalidIOTarget = Invalid operation on the class "{0}", the method "{1}" can not be called by any method expected the method "{2}" which is called by JVM automatically
invalidIOOwner = Invalid operation on the class "{0}", the method "{1}" should be called by "{3}.{2}" because "{3}" is the first super class that implements "java.io.Serializable", but actually, it is called by "{4}.{2}"
invalidOverriding = Can not declaring the method "{0}" that overrides the method in super class because "{1}" is a class that implemented "java.io.Serializable"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy