EMMA Coverage Report (generated Thu May 22 12:08:10 CDT 2014) |
---|
[all classes][org.springframework.batch.core.configuration.support] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
ClassPathXmlJobRegistry.java | 0% (0/1) | 0% (0/1) | 0% (0/3) | 0% (0/1) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ClassPathXmlJobRegistry | 0% (0/1) | 0% (0/1) | 0% (0/3) | 0% (0/1) |
ClassPathXmlJobRegistry (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) |
1 | package org.springframework.batch.core.configuration.support; |
2 | |
3 | /** |
4 | * Placeholder for deprecation warning. |
5 | * |
6 | * @author Dave Syer |
7 | * |
8 | * @deprecated in version 2.1, please us {@link AutomaticJobRegistrar} instead |
9 | */ |
10 | public abstract class ClassPathXmlJobRegistry { |
11 | |
12 | } |
[all classes][org.springframework.batch.core.configuration.support] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |