Class ProfileDefinition


  • @ServerSide
    @ExtensionPoint
    @Deprecated
    public abstract class ProfileDefinition
    extends java.lang.Object
    Deprecated.
    Define a profile which is automatically registered during sonar startup. The components AnnotationProfileParser and XMLProfileParser can be used to help implementing the method create().
    Since:
    2.3
    • Constructor Detail

      • ProfileDefinition

        public ProfileDefinition()
        Deprecated.