Guest User

Untitled

a guest
Oct 17th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
  2. // You may push code into the target .java compilation unit if you wish to edit any member(s).
  3.  
  4. package org.mikeneck.roo.taskmanager.model;
  5.  
  6. import org.mikeneck.roo.taskmanager.model.Task;
  7. import org.springframework.beans.factory.annotation.Configurable;
  8.  
  9. privileged aspect Task_Roo_Configurable {
  10.  
  11. declare @type: Task: @Configurable;
  12.  
  13. }
Add Comment
Please, Sign In to add comment