Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/test/java/org/apache/commons/beanutils2/Child.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
package org.apache.commons.beanutils2;

/**
* Represents a child interface for testing purposes in Apache Commons BeanUtils.
* This interface provides a method to retrieve the name of a child object,
* used for testing bean property access and manipulation.
*/
public interface Child {

Expand Down