All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.errors.org.seedstack.seed.el.internal.ELErrorCode.properties Maven / Gradle / Ivy

There is a newer version: 2.3.4
Show newest version
#
# Copyright (c) 2013-2016, The SeedStack authors 
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

NO_METHOD_VALUE_AVAILABLE.message=No method value is available in the ${annotation} annotation.
NO_METHOD_VALUE_AVAILABLE.fix=A method "String value()" should be provided by the annotation. This value will contain an expression language.
PROPERTY_NOT_FOUND.message=A property was not found in annotation ${annotation} during the EL evaluation.
EL_EXCEPTION.message=The EL evaluation of the annotation ${annotation} failed.
EL_ANNOTATION_IS_ALREADY_BIND.message=The annotation ${annotation} is already bind to the ELHandler $(handler}.
EL_ANNOTATION_IS_ALREADY_BIND.fix=You can not have more than one ELHandler for an annotation.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy