aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/jakarta/servlet/AWSXRayServletFilter.java [49:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final Log logger = LogFactory.getLog(AWSXRayServletFilter.class);

    @Nullable
    private String segmentOverrideName;
    @Nullable
    private String segmentDefaultName;

    @MonotonicNonNull
    private SegmentNamingStrategy segmentNamingStrategy;
    @MonotonicNonNull
    private AWSXRayRecorder recorder;
    private final AWSXRayServletAsyncListener listener;

    /**
     * Warning: this no-args constructor should not be used directly. This constructor is made available for use from within
     * {@code web.xml} and other declarative file-based instantiations.
     */
    public AWSXRayServletFilter() {
        this((SegmentNamingStrategy) null);
    }

    public AWSXRayServletFilter(String fixedSegmentName) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/javax/servlet/AWSXRayServletFilter.java [49:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final Log logger = LogFactory.getLog(AWSXRayServletFilter.class);

    @Nullable
    private String segmentOverrideName;
    @Nullable
    private String segmentDefaultName;

    @MonotonicNonNull
    private SegmentNamingStrategy segmentNamingStrategy;
    @MonotonicNonNull
    private AWSXRayRecorder recorder;
    private final AWSXRayServletAsyncListener listener;

    /**
     * Warning: this no-args constructor should not be used directly. This constructor is made available for use from within
     * {@code web.xml} and other declarative file-based instantiations.
     */
    public AWSXRayServletFilter() {
        this((SegmentNamingStrategy) null);
    }

    public AWSXRayServletFilter(String fixedSegmentName) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



