class EL_FEATURE_ACCESS

(source code)

description

Allow descendants priveleged access to features of a class

note
	description: "Allow descendants priveleged access to features of a class"

	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-01-01 9:19:42 GMT (Sunday 1st January 2023)"
	revision: "1"

deferred class
	EL_FEATURE_ACCESS

inherit
	ANY
		undefine
			copy, default_create, is_equal, out
		end
end