Skip to content

Commit

Permalink
Update API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Jan 28, 2014
1 parent 592ed04 commit 4d90a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Component factories can auto-detect TyphoonComponentFactoryPostProcessor components in their definitions and apply them before any other components get created.
@see TyphoonPropertyPlaceholderConfigurer for an example implementation.
@see TyphoonComponentPostProcessor which modifies instances after they've been built, rather than the definitions
*/
@protocol TyphoonComponentFactoryPostProcessor <NSObject>

Expand Down
3 changes: 2 additions & 1 deletion Source/Configuration/TyphoonComponentPostProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
*
Allows for custom modification of a component after its instantiation.
Component factories can auto-detect TyphoonComponentPostProcessor components in their definitions and will apply them to components created by the factory.
Component factories can auto-detect TyphoonComponentPostProcessor components in their definitions and will apply them to components created
by the factory.
*/
@protocol TyphoonComponentPostProcessor <NSObject>

Expand Down

0 comments on commit 4d90a1c

Please sign in to comment.