13 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace JMS\DiExtraBundle\Annotation;
 | 
						|
 | 
						|
/**
 | 
						|
 * @Annotation
 | 
						|
 * @Target("METHOD")
 | 
						|
 *
 | 
						|
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 | 
						|
 */
 | 
						|
final class AfterSetup
 | 
						|
{
 | 
						|
} |