v2.1.6: Refactors entity property access
Makes the entity property private to enforce encapsulation. Provides a final method to get the entity, preventing subclasses from overriding the access logic.
Makes the entity property private to enforce encapsulation. Provides a final method to get the entity, preventing subclasses from overriding the access logic.