Method: Puppet::Pops::Types::PObjectType::PAnnotatedMember#final?

Defined in:
lib/puppet/pops/types/p_object_type.rb

#final?Boolean

Returns ‘true` if this feature cannot be overridden.

Returns:

  • (Boolean)

    ‘true` if this feature cannot be overridden



196
197
198
# File 'lib/puppet/pops/types/p_object_type.rb', line 196

def final?
  @final
end