Class InaccessibleAuraEnabledGetterRule

  • All Implemented Interfaces:
    ApexParserVisitor, ImmutableLanguage, PropertySource, CodeClimateRule, Rule

    public class InaccessibleAuraEnabledGetterRule
    extends AbstractApexRule
    In the Summer '21 release, a mandatory security update enforces access modifiers on Apex properties in Lightning component markup. The update prevents access to private or protected Apex getters from Aura and Lightning Web Components.
    Author:
    p.ozil