Example usage for org.springframework.batch.sample.domain.person Child Child

List of usage examples for org.springframework.batch.sample.domain.person Child Child

Introduction

In this page you can find the example usage for org.springframework.batch.sample.domain.person Child Child.

Prototype

Child

Source Link

Usage

From source file:org.springframework.batch.sample.domain.person.Person.java

public Person() {
    children.add(new Child());
    children.add(new Child());
}