Comment Examples

1. Integration Test Cornering A Bug

/**
 * Integration tests cornering bug SPR-8651, which revealed that @Scheduled methods may
 * not work well with beans that have already been proxied for other reasons such
 * as @Transactional or @Async processing.
 *
 * @author Chris Beams
 * @since 3.1
 */
public class ScheduledAndTransactionalAnnotationIntegrationTests {...}



你可能感兴趣的:(Comment Examples)