blob: 1c0d9249935c008fddb8cd8b18a902f546636c10 [file]
package testsubjects;
import testannotations.SimpleAnnotation;
/**
* Used to test access to protected fields. Accessed from {@link ProtectedFieldCollaborator}.
*/
public class ProtectedField
{
@SimpleAnnotation
protected String protectedValue;
}