class EL_NODE_HINTS

(source code)

Description

Hints for reflective classes as to how fields should be mapped to XML attributes/elements

note
	description: "[
		Hints for reflective classes as to how fields should be mapped to XML attributes/elements
	]"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2023-07-22 18:57:46 GMT (Saturday 22nd July 2023)"
	revision: "3"

deferred class
	EL_NODE_HINTS

inherit
	EL_REFLECTIVE_I

feature {NONE} -- Constants

	Empty_set: STRING = ""
		-- rename `element_node_fields' as this to exclude all

end