Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Use angle-brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
hovinen committed Sep 28, 2014
1 parent 44bcfa4 commit 7ef3afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ Finding fake repositories

By default, Cebolla searches the entire classpath for classes with the annotation @FakeRepository, then checks the given list of classes for which domain-objects the fake repository accepts and injects the data with the method add. Searching the whole classpath is often quite slow and not really necessary in most cases. Thus Cebolla offers the ability to restrict the search to subpackages of a given package. One can specify this via a static method:

Cebolla.setFakeRepositoryPackage(/package name/);
Cebolla.setFakeRepositoryPackage(<package name>);

or via the property cebolla.repository.package:

-Dcebolla.repository.package=/package name/
-Dcebolla.repository.package=<package name>

Future work
===========
Expand Down

0 comments on commit 7ef3afd

Please sign in to comment.